home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3072 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: in-news.erinet.com!news
  2. From: jamie@eri.erinet.com (James F. Clark III)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: public domain C compiler??
  5. Date: 25 Jan 1996 16:41:18 -0500
  6. Organization: EriNet Online 513 436-9915
  7. Distribution: world
  8. Message-ID: <4e8tdu$ddv@eri.erinet.com>
  9. References: <4e4acf$88p@news.ios.com>
  10. NNTP-Posting-Host: eri.erinet.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. SeanHenriques (seanh@soho.ios.com) wrote:
  14. : I'm trying to teach myself C and I'm wondering if there is a public 
  15. : domain C compiler for DOS/Windows??
  16.  
  17. I checked SimTel's December 95 database and found:
  18.  
  19. SimTel/msdos/c/ccompile.zip    Small 'C' compiler
  20. SimTel/msdos/c/mc302pc1.zip    MICRO-C PC 'C' compiler v3.02
  21. SimTel/msdos/c/pcc12c.zip    Personal C compiler. Fully functional, C WARE
  22.  
  23. I don't know anything about these compilers expect they are free to try
  24. for the download.  They are something to experiment with at least.  The
  25. USA SimTel mirrors are:
  26.  
  27.        Concord, CA: ftp.cdrom.com               (192.216.191.11)
  28.         Urbana, IL: uiarchive.cso.uiuc.edu      (128.174.5.14)
  29.      Rochester, MI: OAK.Oakland.Edu             (141.210.10.117)
  30.      St. Louis, MO: wuarchive.wustl.edu         (128.252.135.4)
  31.         Norman, OK: ftp.uoknor.edu              (129.15.2.20)
  32.      Corvallis, OR: ftp.orst.edu                (128.193.4.2)
  33. Salt Lake City, UT: ftp.pht.com                 (198.60.59.5)
  34.  
  35. : And is it true that its best to learn C before attempting to learn C++?
  36.  
  37. If you have learned structed programing in another language, you can learn
  38. C in about two weeks if you work at it.  The concept of OOP could take you
  39. about six weeks if you spent 40 hours a week, and that's before even trying
  40. to learn a OOP language like C++.  OOP theory and OO Design is a much more
  41. difficult pardigm to comprehend than structured programming.  After you have
  42. learned the mind set of OOP, you could learn C++ in about three to four weeks.
  43.  
  44. : Thanks
  45.  
  46. : Sean
  47.  
  48. Your Welcome,
  49.  
  50. Jamie
  51.  
  52. -- 
  53. --
  54. jamie@erinet.com  | There is nothing so simple that
  55. Dayton, OH        | it can't be done wrong.
  56.